tools: Allow xendomains to handle domain names >16 characters
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Tue, 19 Jun 2007 15:29:22 +0000 (16:29 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Tue, 19 Jun 2007 15:29:22 +0000 (16:29 +0100)
commit477ac069bc9607e5f0f405d4579440a740712ed3
tree83867c1e91076b96717495dd2e5cca830dcbcf5b
parent0edf82adb3f1f2f60c40b0e73ba3b967a7ec5554
tools: Allow xendomains to handle domain names >16 characters

The xendomains init script parses the output of "xm list", and
since xm list restricts the length of domains to 16 characters the
xendomain script cannot handle long domain names.

This patch makesit parse the output of "xm list -l" instead.

Signed-off-by: Mark McLoughlin <markmc@redhat.com>
tools/examples/init.d/xendomains